home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / frame_1882 / DoAction.as
Text File  |  2006-09-05  |  248b  |  13 lines

  1. _root.onMouseDown = null;
  2. _root._idle = 0;
  3. if(_numplayers == 0)
  4. {
  5.    spriteName[0] = Math.floor(Math.random() * 6);
  6.    name0 = SPRITE_NAME[spriteName[0]];
  7.    gotoAndPlay(1895);
  8. }
  9. if(_gameMode == MODE_TUTORIAL)
  10. {
  11.    gotoAndPlay(1895);
  12. }
  13.